home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 June
/
Software of the Month Club 1996 June.iso
/
pc
/
os2
/
utility
/
clock
/
hrtimer.h
< prev
next >
Wrap
Text File
|
1996-02-21
|
783b
|
19 lines
/**********************************************************************
* MODULE NAME : hrtimer.h AUTHOR: Rick Fishman *
* DATE WRITTEN: 11-24-91 *
* *
* DESCRIPTION: *
* *
* Contains definitions for use with HRTIMER.SYS. *
* *
**********************************************************************/
typedef struct _TIMESTAMP
{
ULONG ulMs;
ULONG ulNs;
ULONG ulVersion;
} TIMESTAMP, *PTIMESTAMP;